CustomProxyConfig

public final class CustomProxyConfig implements ProxyConfig

A custom proxy settings.

Functions

Link copied to clipboard
public String exceptions()
Returns a string that represents the proxy exceptions or an empty string if there are no exceptions.
Link copied to clipboard
public static CustomProxyConfig newInstance(String proxyRules)
Creates a custom proxy configuration based on the given proxyRules.
public static CustomProxyConfig newInstance(String proxyRules, String proxyExceptions)
Creates a custom proxy configuration based on the given proxyRules and proxyExceptions.
Link copied to clipboard
public String proxyRules()
Returns a string that represents the proxy rules.